home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / bread-cooking.swf / scripts / DefineSprite_58 / frame_1 / DoAction.as
Text File  |  2011-01-13  |  154b  |  10 lines

  1. function getPoint()
  2. {
  3.    return (_currentframe - 1) * 10;
  4. }
  5. function setPoint(sc)
  6. {
  7.    this.gotoAndStop(Math.floor(sc / 10) + 1);
  8. }
  9. this.stop();
  10.